home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / Mops 2.7 / Mops Manual / Part III.srd / Part III.srd.rsrc / PICT_18.png < prev    next >
Portable Network Graphic  |  1996-01-02  |  83KB  |  816x1056  |  8-bit (256 colors)
Labels: book | bulletin board | poster | reckoner | sky
OCR: 111-6 Mops Predefined Classes Superclass Object Source file Struct Status Core Instance variables bytes data Room for 16 bits of data. Indexed data None System objects None Methods accessing get: val Returns the value in the data area For class Int this is signed number- bit 15 is on, this bit will be extended into the high-order 6 bits of the stack cell. For class Uint the number is unsigned -the hiah-order 16 bits of the stack cell will be set to zero put: (val Stores new value in the data area int Copies the passed-in Int/Uint's value to this Int/Uint. clear: Stores 0 in the data area int: int Returns the value in the data area as a 16-bit stack cell. This usul for Toolbox calls that require parameters of type Int val -- ) Adds val to the contents of the Int/Uint's data area. (val Subtr ...